GET api/statusreports/my?States[0]={States[0]}&States[1]={States[1]}
Get a list of my status reports
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| States | Collection of StatusReportState |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of StatusReport| Name | Description | Type | Additional information |
|---|---|---|---|
| GenerationDate | date |
None. |
|
| SubmitDate | date |
None. |
|
| ReportPeriodStart | date |
None. |
|
| ReportPeriodEnd | date |
None. |
|
| State | StatusReportState |
None. |
|
| Fields | Dictionary of string [key] and Object [value] |
None. |
|
| Tables | Collection of StatusReportTable |
None. |
|
| Owners | Collection of globally unique identifier |
None. |
|
| Approvers | Collection of globally unique identifier |
None. |
|
| ApprovedBy | globally unique identifier |
None. |
|
| ApprovalDate | date |
None. |
|
| ApprovalComments | string |
None. |
|
| WorkPlanId | globally unique identifier |
None. |
|
| id | globally unique identifier |
None. |
|
| ConfigId | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"GenerationDate": "2026-05-27T15:16:34.5475061+00:00",
"SubmitDate": "2026-05-27T15:16:34.5475061+00:00",
"ReportPeriodStart": "2026-05-27T15:16:34.5475061+00:00",
"ReportPeriodEnd": "2026-05-27T15:16:34.5475061+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "cd1d14c1-0483-4d07-ba43-5950bbe787bb",
"Rows": [
{
"ItemId": "6e071063-b642-4647-b5ce-57eaabebe5bc",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "6e071063-b642-4647-b5ce-57eaabebe5bc",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "cd1d14c1-0483-4d07-ba43-5950bbe787bb",
"Rows": [
{
"ItemId": "6e071063-b642-4647-b5ce-57eaabebe5bc",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "6e071063-b642-4647-b5ce-57eaabebe5bc",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"29ae968e-571c-4019-bfc4-57d866728bb7",
"fa3c67a2-22b5-4449-a526-81c43639bef2"
],
"Approvers": [
"8320dd4b-2a2d-495a-ac27-beb65e5ad322",
"62862cfe-7f88-4ff4-b922-e38d0b126ad5"
],
"ApprovedBy": "4bd4e566-2ced-4bc0-bdd2-592b95044abf",
"ApprovalDate": "2026-05-27T15:16:34.5475061+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "5007ca98-7c60-4d63-8340-e9c24ad640c0",
"id": "c471e2e2-05fb-4e33-9e03-106c2f6739ed",
"ConfigId": "7e46def3-e329-4953-aaa3-bb7f6a34c254"
},
{
"GenerationDate": "2026-05-27T15:16:34.5475061+00:00",
"SubmitDate": "2026-05-27T15:16:34.5475061+00:00",
"ReportPeriodStart": "2026-05-27T15:16:34.5475061+00:00",
"ReportPeriodEnd": "2026-05-27T15:16:34.5475061+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "cd1d14c1-0483-4d07-ba43-5950bbe787bb",
"Rows": [
{
"ItemId": "6e071063-b642-4647-b5ce-57eaabebe5bc",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "6e071063-b642-4647-b5ce-57eaabebe5bc",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "cd1d14c1-0483-4d07-ba43-5950bbe787bb",
"Rows": [
{
"ItemId": "6e071063-b642-4647-b5ce-57eaabebe5bc",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "6e071063-b642-4647-b5ce-57eaabebe5bc",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"29ae968e-571c-4019-bfc4-57d866728bb7",
"fa3c67a2-22b5-4449-a526-81c43639bef2"
],
"Approvers": [
"8320dd4b-2a2d-495a-ac27-beb65e5ad322",
"62862cfe-7f88-4ff4-b922-e38d0b126ad5"
],
"ApprovedBy": "4bd4e566-2ced-4bc0-bdd2-592b95044abf",
"ApprovalDate": "2026-05-27T15:16:34.5475061+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "5007ca98-7c60-4d63-8340-e9c24ad640c0",
"id": "c471e2e2-05fb-4e33-9e03-106c2f6739ed",
"ConfigId": "7e46def3-e329-4953-aaa3-bb7f6a34c254"
}
]